From b283e36cf1902eeb6d532077e1f46270aa1224e1 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 10 Jul 2022 20:55:02 +0200 Subject: [PATCH] * time-date.el (decoded-time-period): Rename TIME in docstring --- lisp/calendar/time-date.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/time-date.el b/lisp/calendar/time-date.el index d19134db832..d1afd8ce95a 100644 --- a/lisp/calendar/time-date.el +++ b/lisp/calendar/time-date.el @@ -590,7 +590,7 @@ TIME is modified and returned." time) (defun decoded-time-period (time) - "Interpret DECODED as a period and return its length in seconds. + "Interpret TIME as a period and return its length in seconds. For computational purposes, years are 365 days long and months are 30 days long." (+ (if (consp (decoded-time-second time)) -- 2.30.2